home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 May
/
macformat-024.iso
/
Shareware City
/
Developers
/
nshellmegasource1.50
/
mega src
/
commands
/
grep.π.rsrc
/
grep.π.rsrc.rsrc
/
TEXT_16000_man general.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-30
|
393 b
|
22 lines
NAME
grep - type matching lines to standard output
SYNOPSIS
grep [-e] 'pattern' [file...]
DESCRIPTION
The grep utility shall search the input files, selecting lines matching patterns. An input line shall be selected if the pattern, treated as a Regular Expression, matches any part of that line.
RETURN CODES
<0 Error
0 Pattern found at least once
1 Pattern not found
SEE ALSO
match